home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / gen_bbs / ezy148g0.zip / WHATSNEW.148 < prev   
Text File  |  1996-12-08  |  10KB  |  235 lines

  1.  
  2.  
  3.                      Ezycom Software Development Team
  4.  
  5.                                Presents
  6.  
  7.                              Ezycom V1.48G0
  8.  
  9.  
  10.          Before doing ANYTHING, you should BACKUP your entire system
  11.  
  12.         1. It will only run if a valid Ezycom key is found.
  13.            ie: You need to be a registered Ezycom SysOp. 
  14.  
  15.         2. This Gamma release contains some of the new
  16.            features that the final 1.50 release will contain.
  17.  
  18.         3. This is a Gamma release, and as such, may contain
  19.            some bugs. This is not to say that it has not been
  20.            thoroughly tested by the Beta Team, but with any
  21.            software as complex as Ezycom, some bugs may slip
  22.            past the Beta testing. Please report any bugs you
  23.            find to a member of the beta team ASAP, also include
  24.            details of how we can reproduce the problem. Saying
  25.            feature 'x' 'doesn't work' is not good enough, it
  26.            may well work quite nicely on our systems.
  27.  
  28.         4. Completely read this document, and LICENSE.TXT before
  29.            proceeding with the upgrade.  Especially read
  30.            LICENSE.TXT, as are changes in the licensing conditions,
  31.            which may affect you.
  32.  
  33. Upgrading:
  34. ---------
  35.      o    extract ezymain.arj
  36.      o    run 120to148
  37.      o    run updlang
  38.      o    run config
  39.  
  40.  
  41. Enhancements
  42. ------------
  43.           File Base
  44.  
  45.      o    Added the defining of the uploader name to ezyadopt
  46.           Use the -UPLOADER<name> switch to specify the name.
  47.           Any spaces should be replaced by underscores.
  48.           eg: ezyadopt -uploaderPeter_Davies
  49.      o    you can now configure a default uploader for ezyadopt
  50.           in config->file->file list->default uploader
  51.           Use the ezyadopt -UPLOADER<name> to override the config
  52.           option
  53.      o    added [-MINSEC<security>] & [-MAXSEC<security>] to
  54.           ezyutil2 -LIST
  55.      o    If upload conversion is not turned on, then ezycom
  56.           automatically extracts file_id.diz if the file has one
  57.           The switch to turn it on/off is Config->File->Misc2
  58.      o    You can now turn on/off upload dupe detection in
  59.           Config->File->Misc2
  60.      o    new ezyutil command to build file index
  61.           ezyutil -buildfileidx
  62.           rebuild the filebase index
  63.      o    the file area template plus & minus on goto commands now
  64.           use the file index, so they should be faster (especially
  65.           with groups activated)
  66.      o    added pcb colour conversion to ezyadopt
  67.           use the -PCBCOLOUR switch in ezyadopt to enable it
  68.      o    added a switch in config->file misc 2 to convert pcb colour
  69.           codes in file ids that have been uploaded
  70.      o    added a switch in config to set the maximum days old a file
  71.           can be to be shown in a new files check for new users
  72.           the switch is in config->file misc 2
  73.           if you set the value to 0, then all files will be shown in
  74.           a new files check
  75.      o    made ezyutil -makefileareas allow wildcards for the file to
  76.           search for (-L<filename).  So, that you could specify something
  77.           like *.zip, and it will add any directory with a zip file in it.
  78.           You will need to fix up the files.bbs path after that though, as
  79.           it will contain the name of the zip file it located.
  80.      o    implemented CD Caching on EzyAdopt
  81.      o    when trying to convert cd files, ezyfile always ignored them, but
  82.           it took extra time in ignoring them, than necessary.
  83.           It now marks them as checked, and improves overall conversion
  84.           performance.
  85.      o    fedit now moves files quicker when they are on the same drive
  86.      o    users can now type in long descriptions for uploads
  87.  
  88.  
  89.           File/Message area Groups
  90.  
  91.      o    added support for 255 file and message groups
  92.           In message area type commands (ie list areas), use
  93.           /MG=<group number> instead of /G=... to list the group
  94.           for viewing (0 is global)...
  95.           eg: /MG=240
  96.  
  97.           in file areas it is /FG= .....
  98.  
  99.           in goto menus to change the current group for that
  100.           command you use /FG & /MG
  101.  
  102.           to change it for the session as the users choice use
  103.           /CFG= & /CMG= (change message group...)  this means
  104.           that ANY command that use message/file area lists, or
  105.           global type operations will use this group from now
  106.           on, unless it has override commands on the option
  107.           (ie /FG= ...)  /CFG=0 or /CMG=0 resets the groups to
  108.           global
  109.  
  110.           no /FG /MG on a command line for change area and other
  111.           type global commands, means use the current group (/CFG /CMG)
  112.  
  113.      o    the message area plus and minus in the goto commands
  114.           should be faster now, as it uses the message area index
  115.  
  116.  
  117.      o    Added New Menu Commands
  118.           Option 94   Change File Group
  119.           Option 95   Change Message Group 
  120.      o    you can change the maximum amount of file groups in config
  121.           in config->files->file_misc
  122.      o    message groups limited to 255
  123.           config ->message areas -> message groups
  124.      o    the change message/file groups have a /NOGLOBAL switch which
  125.           stops the 0  Global option from being display and accepted on
  126.           entry.
  127.  
  128.      o    Examples of using the new menu commands. 
  129.           The following is from a menu called MSGALL.MNU 
  130.  
  131.           23 │ R │ ;    │ /M              Read the curent msg area
  132.           27 │ P │ ;    │ /M              Post a message in the current area
  133.            1 │ > │ ;    │ msgall /m=+     Move forward to the next msg area
  134.            1 │ < │ ;    │ msgall /m=-     Move back to the previous msg area
  135.           67 │ A │ ;    │ /retlist        Change msg AREA, using the current
  136.                                           msg group
  137.           95 │ C │ ;    │ /retlist        Change msg GROUP
  138.  
  139.         
  140.           For the next example, we are at the Online Games menu. We have all
  141.           the message areas the are to do with online BBS games in message
  142.           GROUP 2 . 
  143.  
  144.           67 │ S │ ;    │ /MG=2 /RETLIST    Change msg AREA, using msg
  145.                                             GROUP 2 for the msg GROUP
  146.            1 │ < │ ;    │ ongame /m=- /MG=2 Move back to the previous msg 
  147.                                             area in msg GROUP 2
  148.            1 │ > │ ;    │ ongame /m=+ /MG=2 Move forward to the next msg
  149.                                             AREA in msg GROUP 2
  150.  
  151.           In the next example, we are changing to the Amiga message menu
  152.           To set the default msg GROUP, we would use the following DATA
  153.           line command:
  154.  
  155.            1 │ A │ ;    │ amymsg /cmg=2
  156.  
  157.           The File GROUP/AREA change menu options follow the above DATA 
  158.           line commands
  159.  
  160.           Menus types 94 (Change File Group) and  95 (Change Message Group)
  161.           also support  /NOGLOBAL, meaning the the global menu group will
  162.           not be shown.
  163.  
  164.  
  165.      o    Questionnaire Language
  166.           added compiled questionaires
  167.           use ezyutil2 to compile the questionnaire
  168.  
  169.           Format: ezyutil2 -compile<questionnaire name>
  170.           Eg:     ezytil2  -compileTest.q-a
  171.  
  172.           Menu Option 93 is used (exactly the same as option 12) to
  173.           execute the compiled q-a.
  174.  
  175.           The main difference in compiled q-as, is that they are trimmed
  176.           of excess characters, and gotos/gosubs are optimized for speed.
  177.           This leads to greater execution speed.
  178.  
  179.           Warning:  Changing the compiled Q-A with an editor in any way,
  180.                     will cause weird results.  Instead, the Q-A should be
  181.                     altered, and recompiled.
  182.  
  183.      o    New q-a commands
  184.           SETFILEGROUP <group>
  185.           SETMSGGROUP <group>
  186.           sets the current file & message groups respectively
  187.           The old q-a group commands are now obselete
  188.  
  189.  
  190.      o    New control codes
  191.           CtrlK i  = Current File Group Number
  192.           CtrlK j  = Current Message Group Number
  193.  
  194.           CtrlK k  = Current File Group Name
  195.           CtrlK l  = Current Message Group Name
  196.  
  197.  
  198.           Doors
  199.      o    in menu option 7, the following commands were added
  200.              *D5 creates DOOR.SYS with a filename of DOOR.SYS
  201.              *D6 creates DOOR.SYS with a filename of DOOR<node>.SYS
  202.      o    DOOR.SYS extended version is now also used with *D5 & *D6
  203.      o    in menu option 7, &O can now optionally include a baud rate after
  204.           the parameter, so that door drop files will use that baud
  205.           rate when being written. 
  206.           (This the letter O, not the numeral 0)
  207.           Format: &O[<baudrate>]     
  208.           Eg:     &O
  209.                   &O115200
  210.                   &O38400
  211.      o    Menu Option 81, can now optionally include a baud rate after
  212.           *O, to make the drop files use that baud rate.
  213.           (This the letter O, not the numeral 0)
  214.           Format: *O[<baudrate>]
  215.           Eg:     *O
  216.                   *O115200
  217.                   *O38400
  218.  
  219.           Misc
  220.      o    dates can now have . in them
  221.           ie  12.12.1996 is valid
  222.      o    maximum baud rates in config & ezymenu now set at 230400.
  223.           The maximum baud rate however is still 38400 due to fossil
  224.           driver spec limitations
  225.      o    dramatically sped up the dupe detection code in ezymail
  226.  
  227.           OS/2 Utilities
  228.  
  229.      o    included in the EZYOS2.ARJ archive is now
  230.           EZYNODE, USERCOMP and LANGEDIT
  231.           These are trial OS/2 versions, and have not been tested
  232.           much.  If you decide to use these, you should use them
  233.           with caution.
  234.  
  235.